home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / BORL_TIP / TI1000 / TI1260.ASC < prev    next >
Text File  |  1993-02-10  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Borland/Turbo Pascal                  NUMBER  :  1260
  9.   VERSION  :  6.0 & Up
  10.        OS  :  DOS
  11.      DATE  :  February 10, 1993                        PAGE  :  1/2
  12.  
  13.     TITLE  :  Mouse Driver Compatibility
  14.  
  15.  
  16.  
  17.  
  18.   Mouse Drivers Known To Function With Borland/Turbo Pascal
  19.  
  20.   From time to time, users of Borland/Turbo Pascal find that after
  21.   running a program or returning from a DOS shell the mouse cursor
  22.   disappears.  The function of the mouse seems to be unaffected as
  23.   button presses activate the menu bar and status line.  However,
  24.   the mouse cursor itself is gone and the user can not easily
  25.   determine where the mouse is on screen.
  26.  
  27.   This anomaly is frequently seen as a deficiency in Borland/Turbo
  28.   Pascal, particularly as this effect is rarely if ever seen with
  29.   products by other vendors.
  30.  
  31.   In fact, the mouse driver in use is outdated or incomplete.  As
  32.   Borland/Turbo Pascal is a program able to run and debug programs,
  33.   it must save the state of the mouse each time a user program is
  34.   run or debugged.  It must also save the state of the mouse when a
  35.   DOS shell initiated.  For this and all other mouse functions, the
  36.   IDE relies on the mouse driver installed in either the CONFIG.SYS
  37.   or AUTOEXEC.BAT file.  These problems occur when a mouse driver
  38.   is being used that is unable to properly save or restore its
  39.   state.
  40.  
  41.   Here is a list of mouse drivers known to Borland to correctly
  42.   implement the Save/Restore mouse state functions.
  43.  
  44.                         Microsoft 6.1 or later
  45.                         Logitech 4.0 or later
  46.                      Mouse Systems 6.22 or later
  47.                          Genius 9.06 or later
  48.   Correcting such a problem with the mouse driver involves updating
  49.   the mouse driver to a version compatible with those listed here.
  50.   For mouse systems not described in this list, contact the
  51.   manufacturer for an updated mouse driver.  If an updated mouse
  52.   driver is not available for a particular mouse system, it may
  53.   well be worth considering replacing the mouse system with one
  54.   known to function correctly.
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.   PRODUCT  :  Borland/Turbo Pascal                  NUMBER  :  1260
  75.   VERSION  :  6.0 & Up
  76.        OS  :  DOS
  77.      DATE  :  February 10, 1993                        PAGE  :  2/2
  78.  
  79.     TITLE  :  Mouse Driver Compatibility
  80.  
  81.  
  82.  
  83.  
  84.   DISCLAIMER: You have the right to use this technical information
  85.   subject to the terms of the No-Nonsense License Statement that
  86.   you received with the Borland product to which this information
  87.   pertains.
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.